* fileio.c (file_name_as_directory): Use const pointers when appropriate.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 15 Mar 2011 02:46:32 +0000 (19:46 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 15 Mar 2011 02:46:32 +0000 (19:46 -0700)
commit3a3c17c75e5150f9edb9d2e2e241d9332b084c11
tree44ecd4481d28c2c58e17e778279156378c94c42e
parentf302b8823d75850a17c0ccfae27212b6af4fd362
* fileio.c (file_name_as_directory): Use const pointers when appropriate.

(Fexpand_file_name): Likewise.  In particular, newdir might
point at constant storage, so make it a const pointer.
src/ChangeLog
src/fileio.c